home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 April / PC-WELT 04-2002.ISO / software / hw / update / nforce2k.exe / nvmemctl.inf < prev    next >
Encoding:
INI File  |  2001-12-04  |  1.3 KB  |  50 lines

  1.  
  2. ; nvmemctl.INF
  3.  
  4. ; Copyright (c) 2001, NVIDIA
  5. ; Version 1.00
  6.  
  7. [Version]
  8. Signature="$WINDOWS NT$"
  9. Class=System
  10. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  11. Provider=%NVIDIA%
  12. CatalogFile=nvmemctl.cat
  13. DriverVer=09/07/2001,1.00.0000
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect=*
  17.  
  18. [Manufacturer]
  19. %NVIDIA_MFG%=NVIDIA_SYS
  20.  
  21. [NVIDIA_SYS]
  22. %PCI\VEN_10DE&DEV_01AA.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AA
  23. %PCI\VEN_10DE&DEV_01AB.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AB
  24. %PCI\VEN_10DE&DEV_01AC.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AC
  25. %PCI\VEN_10DE&DEV_01AD.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AD
  26.  
  27. ;**************************************************************************
  28. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  29. [NO_DRV]
  30. Include=machine.inf
  31. Needs=NO_DRV
  32.  
  33. [NO_DRV.Services]
  34. Include=machine.inf
  35. Needs=NO_DRV.Services
  36.  
  37. [NO_DRV.HW]
  38. Include=machine.inf
  39. Needs=NO_DRV.HW
  40.  
  41. [Strings]
  42. SystemClassName = "System devices"
  43. NVIDIA          = "NVIDIA"
  44. NVIDIA_MFG      = "NVIDIA"
  45. PCI\VEN_10DE&DEV_01AA.DeviceDesc="NVIDIA nForce 220 Memory Controller (DDR)"
  46. PCI\VEN_10DE&DEV_01AB.DeviceDesc="NVIDIA nForce 420 Memory Controller (DDR)"
  47. PCI\VEN_10DE&DEV_01AC.DeviceDesc="NVIDIA nForce 220/420 Memory Controller"
  48. PCI\VEN_10DE&DEV_01AD.DeviceDesc="NVIDIA nForce 220/420 Memory Controller"
  49.  
  50.